home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_1 / pubdom.tar / pubdom / rbj / dl < prev    next >
Text File  |  1990-05-03  |  612b  |  14 lines

  1. %%HP: T(3)A(D)F(.);
  2. @ Program DL - Directory List
  3. @ RBJ 4/12/90
  4. @     5/03/90 Added CLLCD for new RDL display characteristics
  5. \<< 
  6.   "DL Directory Listing" PR1 DROP           @ Print "Header"
  7.   DATE TIME TSTR PR1 DROP CR                @ Date and Time Stamp
  8.   CLLCD PATH                                @ Clear Screen, Save curr path
  9.   RCLF STD                                  @ Save flags, set STD
  10.   HOME VARS RDL                             @ Actual directory list
  11.   STOF EVAL                                 @ Restore flags, path
  12.   CR "DL Complete" PR1 DROP                 @ Print "Trailer"
  13. \>>
  14.